free list
英 [friː lɪst]
美 [friː lɪst]
(美)免收进出口税的货单,商品免税单
英英释义
noun
- a list of commodities that are not subject to tariffs
双语例句
- This paging algorithm determines which virtual memory pages currently in RAM ultimately have their page frames brought back to the free list.
这种分页算法决定对当前位于RAM中的哪些虚拟内存页面的页帧进行回收,并放回到空闲列表中。 - I put Ricky Rubio in Free agent list.
我将卢比奥放进了自由球员名单中。 - For example, if t is the pool created using the pool interface and m is a pointer allocated from t, then t.free ( m) returns the memory to t ( it's added to t's free list).
例如,如果t是使用pool接口来创建的池,并且m是从t分配的指针,则t.free(m)将把内存返回给t(将其添加到t的空闲内存列表)。 - The reason that is probably happening is because your free list ( fre) is probably lower then the threshold for minfree, which you had given it using vmo.
其原因可能因为您的空闲列表(fre)比minfree的阈值(使用vmo进行设定的)要低一些。 - Fre& The size of your memory free list.
fre&内存空闲列表的大小。 - The VMM has a page-replacement algorithm, which assigns the page frames and determines exactly which virtual-memory pages currently in RAM will have their page frames brought back to the free list.
VMM提供了一种页面置换算法,该算法用于分配页帧,以及确定应该将当前RAM中的哪些虚拟内存页面的页帧置换回空闲列表。 - Please feel free to contribute to this list& it will only yield a better list of resources.
请随意补充此列表&最终会得到一份更完善的参考资源列表。 - Feel free to add to the list with your own ideas on how to be happy.
对于如何能让自己快乐,请随时在这份清单上添上你自己的意见。 - You use list_entry to get at your data object ( to free it back to the kernel pool), and then use list_del to free the entry on the list.
您使用listentry来获取您的数据对象(以便将它释放回内核池),然后使用listdel来释放列表中的条目。 - It continues to do this until the free list has at least the number of pages in the maxfree parameter.
它将继续进行这项操作,直到空闲列表至少包含maxfree参数中指定的页面数。